home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / makedir.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  855 b   |  46 lines

  1. MAKEDIR
  2.  
  3. Creates a new directory.
  4.  
  5. Format
  6.  
  7. MAKEDIR {<name}
  8.  
  9. Template
  10.  
  11. NAME/M
  12.  
  13. Location
  14.  
  15. C:
  16.  
  17. MAKEDIR creates new, empty directories with the names you specify. The
  18. command works within only one directory level at a time, so any directories
  19. on the given paths must already exist. The command fails of a directory or a
  20. file of the same name already exists in the directory in which you attempt to
  21. create a new one.
  22.  
  23. MAKEDIR does not create a drawer icon for the new directory.
  24.  
  25. Example 1:
  26.  
  27. 1> MAKEDIR Tests
  28.  
  29. creates a directory called Tests in the current directory.
  30.  
  31. Example 2:
  32.  
  33. 1> MAKEDIR DF1:Xyz
  34.  
  35. creates a directory Xyz in the root directory of the disk in DF1:.
  36.  
  37. Example 3:
  38.  
  39. 1> CD DF0:
  40. 1> MAKEDIR Documents Payables Orders
  41.  
  42. creates three directories on the disk in DF0:: Documents, Payables, and
  43. Orders.
  44.  
  45. For more examples using MAKEDIR, see Chapter 8.
  46.